home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CWL2A_1.ARJ / WHATSNEW.2 < prev   
Text File  |  1991-10-30  |  1KB  |  46 lines

  1.   Here are the changes that were made in versions 2.0 of The C Window Library fom
  2.   version 1.5:
  3.  
  4.  
  5.   Menu Changes
  6.   ------------
  7.  
  8.   - New pulldown menu macros have been added.
  9.  
  10.   - A mouse can now be used to make selections.
  11.  
  12.   - A page up and page down key is now implemented in popup menus as well as
  13.     page up and page down return codes for user-defined popup menu functions.
  14.  
  15.   - Menu options can now be set in PopupCreateMenu() and BarCreateMenu().  
  16.     This requires an extra parameter.
  17.  
  18.   - You can now build menus dynamically.  See the addendum.txt file for more
  19.     information.
  20.  
  21.  
  22.  
  23.  
  24.   Window Functions
  25.   ----------------
  26.  
  27.   - The title functions WindowTitleTop(), WindowTitleBottom(),
  28.     WindowTitleTopAttr(), WindowTitleBottomAttr().
  29.  
  30.   - WindowGet...() functions now have an extra parameter, namely the starting 
  31.     position in the input field.
  32.  
  33.  
  34.  
  35.  
  36.   Bug Fixes to Version 2.0
  37.   ------------------------
  38.  
  39.   - Menu bar was being wiped out if a change of menu string was executed 
  40.     on a highlighted menu entry.
  41.  
  42.   - Popup menu would return an error if the size of the window was larger
  43.     than the number of entries.
  44.  
  45.  
  46.